home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / Comal / Comal.readme < prev    next >
Text File  |  2001-04-11  |  1KB  |  36 lines

  1. Short:    Comal v3.40
  2. Uploader: Svend@DaugaardPedersen.dk (Svend Daugaard Pedersen)
  3. Author:   Svend@DaugaardPedersen.dk (Svend Daugaard Pedersen)
  4. Type:     dev/lang
  5.  
  6. Comal version 3.40 (1996.01.11)
  7.  
  8. Comal is a BASIC dialect with a lot of language constructs
  9. from more modern languages like Pascal, C and C++.
  10.  
  11. This version of Comal contains in addition to Comal80:
  12.  
  13.  - types (float, integer, byte and long)
  14.  - structures with methods (classes)
  15.  - class constructures and destructures
  16.  - class inheritance
  17.  - virtual methods
  18.  - modules
  19.  - low level facilities like pointers and direct call of C/asm code
  20.  
  21. The programming environment includes a screen editor with syntax
  22. controll and a debugger (single stepping, break points etc.).
  23.  
  24. A set of modules with prefix CIT enable you to create intuition
  25. objects in an easy way and to make interrupt driven programs.
  26. This CIT system is a predessor for the CIT system I have used
  27. in BetaScan.
  28.  
  29. I have stopped devellopment. The doc file is not in Amiga Guide
  30. format :-( and may be not 100% up to date ;-)
  31.  
  32. There is no install script. Just copy the the Comal drawer to a place
  33. you like. If you choose Work: you don't have to change the default
  34. tool in the icons.
  35.  
  36.